home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Stuff / 3D_Reality / 3D_Reality_API / Examples / PatchMesh.bproj / GetUVValue.h < prev    next >
Encoding:
Text File  |  1992-09-01  |  235 b   |  18 lines

  1. @interface GetUVValue:Object
  2.  
  3. {
  4.     id     okRevertMatrix;
  5.     id    window;
  6.     id    pointMatrix;
  7.     id     uField;
  8.     id    vField;
  9.     BOOL oked;
  10. }
  11.  
  12. + instance;
  13.  
  14. - (BOOL)runModalForControl:(int *)u :(int *)v;
  15. - revert:sender;
  16. - ok:sender;
  17.  
  18. @end